1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A3A73490-2DE0-4E04-BAB8-8A3659779249}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSWin7TaskbarProgressbar</RootNamespace>
12 <AssemblyName>CSWin7TaskbarProgressbar</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>..\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>..\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
34 <Reference Include="Microsoft.WindowsAPICodePack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35 <SpecificVersion>False</SpecificVersion>
36 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.dll</HintPath>
38 <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\_External_Dependencies\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
42 <Reference Include="System" />
43 <Reference Include="System.Core">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 <Reference Include="System.Xml.Linq">
47 <RequiredTargetFramework>3.5</RequiredTargetFramework>
49 <Reference Include="System.Data.DataSetExtensions">
50 <RequiredTargetFramework>3.5</RequiredTargetFramework>
52 <Reference Include="System.Data" />
53 <Reference Include="System.Deployment" />
54 <Reference Include="System.Drawing" />
55 <Reference Include="System.Windows.Forms" />
56 <Reference Include="System.Xml" />
59 <Compile Include="MainForm.cs">
60 <SubType>Form</SubType>
62 <Compile Include="MainForm.Designer.cs">
63 <DependentUpon>MainForm.cs</DependentUpon>
65 <Compile Include="Program.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 <EmbeddedResource Include="MainForm.resx">
68 <DependentUpon>MainForm.cs</DependentUpon>
70 <EmbeddedResource Include="Properties\Resources.resx">
71 <Generator>ResXFileCodeGenerator</Generator>
72 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
73 <SubType>Designer</SubType>
75 <Compile Include="Properties\Resources.Designer.cs">
76 <AutoGen>True</AutoGen>
77 <DependentUpon>Resources.resx</DependentUpon>
79 <None Include="Properties\Settings.settings">
80 <Generator>SettingsSingleFileGenerator</Generator>
81 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
83 <Compile Include="Properties\Settings.Designer.cs">
84 <AutoGen>True</AutoGen>
85 <DependentUpon>Settings.settings</DependentUpon>
86 <DesignTimeSharedInput>True</DesignTimeSharedInput>
90 <Content Include="ReadMe.txt" />
92 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94 Other similar extension points exist, see Microsoft.Common.targets.
95 <Target Name="BeforeBuild">
97 <Target Name="AfterBuild">